Skip to content

Fix broken links: repair anchors left by editor docs restructure - #7115

Closed
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/b3d63086
Closed

Fix broken links: repair anchors left by editor docs restructure#7115
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/b3d63086

Conversation

@mintlify

@mintlify mintlify Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes four broken heading anchors introduced by the editor docs restructure in #7112. mint broken-links does not check anchors, so these passed CI.

Broken links found and fixes

Location Broken link Problem Fix
editor/pages.mdx /editor/settings#appearance The restructure removed the ## Appearance heading from the English settings page, so the anchor no longer resolves Link to /editor/settings
editor/review.mdx /editor/settings#appearance Same missing heading Link to /editor/settings
changelog.mdx /editor/settings#create-draft-pull-requests-by-default The restructure removed the draft pull request section from the English settings page Link to /editor/settings
zh/changelog.mdx /zh/editor/collaborate#share-previews Stale target from the old page split. No such section exists; the English changelog entry was updated to /editor/review#preview-deployments but the zh entry was not Link to /zh/editor/review#preview-deployments

Verified as working

  • All other anchors into the restructured editor pages (#live-preview, #preview-deployments, #comments, #suggestions, #continue-an-automation-run, #pr-instructions, #main-branch-autocommits, #ai-instructions, #reset-editor) resolve.
  • Translated (es/fr/zh) anchor links, including #appearance and #create-draft-pull-requests-by-default, resolve via explicit <div id> wrappers in the translated pages.
  • All redirects.json destinations with editor anchors resolve.
  • mint validate and mint broken-links pass.

Note

Low Risk
Documentation-only link target updates with no product, auth, or runtime behavior changes.

Overview
Repairs four broken internal links left over from the editor documentation restructure (#7112). mint broken-links does not validate hash anchors, so these slipped past CI.

In English docs, links that pointed at removed settings sections now go to the base settings page: changelog.mdx drops #create-draft-pull-requests-by-default, and editor/pages.mdx and editor/review.mdx drop #appearance (both previously targeted Show all files and Open live preview in new tab).

In zh/changelog.mdx, the shareable preview link is updated from the obsolete /zh/editor/collaborate#share-previews to /zh/editor/review#preview-deployments, matching the English changelog target.

Reviewed by Cursor Bugbot for commit ba68c8e. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify

mintlify Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Aug 26, 2026, 2:48 AM

@mintlify

mintlify Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
tomee 🟡 Building Aug 26, 2026, 2:46 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant